All Questions
4 questions
0votes
2answers
386views
Renaming files by removing delimited substring
I have a lot of folders and subfolders with files with name 1. Introduction--- [ FreeCourseWeb.com ] ---.mp4 I want to rename all files recursively (folders and subfolders) to just 1. Introduction.mp4 ...
0votes
1answer
1kviews
How to Split a Folder into sub-folder in bash script
I have one Folder receiving *.DAT file continuously every seconds. I want to split that folder into two folder where the parent(Folder which i want to split into two) folder will move all *.DAT file ...
2votes
1answer
568views
Rename files to the inode
I'm trying to rename files in a directory based on the inode number. That seems to be the unique number that will keep the files (pictures) in the order in which they were taken. I want to do this as ...
9votes
3answers
5kviews
Change only the extension of a file [duplicate]
I am working on a simple shell script to change a file one.PDF to one.pdf. I have this file stored in a folder called Task1. My script is in the same directory as Task1. Called Shell1.sh When I run ...